home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / AJUTI.LZH / AJU.DOC next >
Text File  |  1987-07-09  |  3KB  |  93 lines

  1.  
  2. =============================================================================
  3.  
  4.                             AJ Utilities
  5.                             ------------
  6.  
  7. The following programs are self-documenting. Just type the name without
  8. parameters to view the documentation:
  9.  
  10. DISKDUP
  11. TPW
  12. EPW
  13. MEMVIEW
  14.  
  15.  
  16. =============================================================================
  17.  
  18.                       Notes on the smaller programs
  19.               ---------------------------------------------
  20.  
  21.               Many of these programs are oriented to (and in
  22.               some cases will only run on) a PC/AT type machine.
  23.  
  24. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  25.  
  26. CMOS:
  27.  
  28. This is a supplement to the AT "setup" program. It will either read the
  29. cmos memory (all 64 bytes) of a PC/AT and save this setup in a file,
  30. or write the cmos memory from such a file. This can be used to quickly
  31. restore the configuration of a machine on which the battery has been
  32. disconnected or the cmos has been otherwise "trashed".
  33.  
  34. Syntax:  CMOS/R ABC.DAT      [Reads cmos into file.]
  35.  
  36.          CMOS/W ABC.DAT      [Writes cmos from file.]
  37.  
  38. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  39.  
  40. AUTOPARK:
  41.  
  42. An AT-only program. AUTOPARK is memory-resident. It parks the heads on both
  43. hard disk drives after inactivity for a specified period of time.
  44.  
  45. Syntax:  AUTOPARK/N:120      [In this example, the time is 120 seconds.]
  46.  
  47. If AUTOPARK is run more than once, it is smart enough not to double-install
  48. itself. Instead, the timeout setpoint of the first copy is updated to the
  49. new specification.
  50.  
  51. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  52.  
  53. TRIM:
  54.  
  55. This is a "fix" for the combination of certain word porcessing programs which
  56. pad the ends of files with a group of ctrl-Z characters and certain assemblers
  57. which cannot tolerate this, especially in "include" files.
  58.  
  59. TRIM adjusts the length of a file in the directory so that there is either
  60. one or zero ctrl-Z characters at the end.
  61.  
  62. Syntax:  TRIM ABC.DAT      [Leaves exactly one ^Z at end.]
  63.  
  64.          TRIM/N ABC.DAT    [Leaves no ^Z at end.]
  65.  
  66. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  67.  
  68. CLOCK:
  69.  
  70. A fairly "zap-proof" (and fast) version of an old classic. Try it.
  71.  
  72. Syntax:  CLOCK
  73.  
  74. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  75.  
  76. LOGGER:
  77.  
  78. Run LOGRINST for explanation.
  79.  
  80. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  81.  
  82. FREZ:
  83.  
  84. Makes the <Scroll Lock> button work the way <Ctrl-Numlock> does (freezes the
  85. display) with two exceptions: (1) Uses only one finger; (2) NEVER freezes
  86. halfway through a scroll, giving double image of same line.
  87.  
  88. On an AT type machine, the <Sys Req> key will function as a "momentary"
  89. scroll stop, freezing the display only as long as it is held down.
  90.  
  91.  
  92. =============================================================================
  93.